context.cancelCtx.err (field)
7 uses
context (current package)
context.go#L431: err error // set to non-nil by the first cancel call
context.go#L459: err := c.err
context.go#L485: if p.err != nil {
context.go#L487: child.cancel(false, p.err, p.cause)
context.go#L548: if c.err != nil {
context.go#L552: c.err = err
context.go#L642: if c.err == nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)